[][src]Crate failure_tools

Functions

ok_or_exit

If the Result is Ok(v), return v. Otherwise print_causes() and exit with exit code 1.

print_causes

Given an Error, print all the causes to w